home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3fifomo.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_FILEFORMATMODEL_H = 1;
- include("oops/r3model.js")
-
-
- var R3CLID_FILEFORMATMODEL = 1691;
-
-
-
-
-
-
-
- // Virtual method
-
- R3FIFOMOA_Sections = 1691000;
-
- function mR3FIFOMOA_Sections() {
- DoA(this.r3obj, 1691000, 0, R3TID_INTEGER, 0);
- }
-
- // Virtual method
-
- R3FIFOMOA_DisabledSections = 1691001;
-
- function mR3FIFOMOA_DisabledSections() {
- DoA(this.r3obj, 1691001, 0, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Fileformatmodel () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_FILEFORMATMODEL, arguments);
- }
- // Methods
-
- // Methods
- this.Sections=mR3FIFOMOA_Sections;
- this.DisabledSections=mR3FIFOMOA_DisabledSections;
-
- }
-
- r3Fileformatmodel.prototype=new r3Model;
- // r3fifomo.h_H